home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / amphn192.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  41 lines

  1. Short:    Source code for AmiPhone v1.92
  2. Author:   jfriesne@ucsd.edu (Jeremy Friesner)
  3. Uploader: jfriesne@ucsd.edu (Jeremy Friesner)
  4. Version:  1.92
  5. Type:     dev/src
  6. Requires: DICE, 2.04 includes, AmiTCP SDK, PhxAss, AHI
  7.  
  8. Since I don't have much time to work on AmiPhone anymore, it was
  9. suggested that I upload AmiPhone's source code to Aminet so that 
  10. other people could work on it.  So here it is--the source code to 
  11. AmiPhone, version 1.92.  Anyone my has permission to do with it 
  12. whatever they want.
  13.  
  14. You will still need some other packages if you wish to compile 
  15. AmiPhone successfully.  They are:
  16.  
  17. 1) a C Compiler - I use DICE, but with some mucking around you could
  18.                   probably get AmiPhone running with another brand.
  19.                 
  20. 2) Standard Amiga include files - 2.04 or higher.
  21.  
  22. 3) The includes from the AmiTCP SDK - on Aminet, in comm/net
  23.  
  24. 4) PhxAss - The assembler program, on Aminet, in dev/asm
  25.  
  26. 5) The AHI SDK - on Aminet, in dev/misc
  27.  
  28. Everything else necessary should be in this archive, although you
  29. will probably have to modify the dmakefile to be able to find the
  30. various files (it's still set up for my system, where some of the
  31. files and utilities were in other directories)
  32.  
  33. I'm afraid the code is a bit nasty in spots, sorry about that--
  34. if you have any questions about any of it, or if I forgot to
  35. include a file, feel free to email me at jfriesne@ucsd.edu or 
  36. jaf@chem.ucsd.edu
  37.  
  38. Have fun,
  39. Jeremy
  40.  
  41.